home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / xlist232.zip / XLIST.PRO < prev   
Text File  |  1989-12-17  |  6KB  |  187 lines

  1. +
  2. + When changing the attributes of a sub-directory, do you want to change
  3. + all of the directories sub-directories?
  4. +
  5. *ALLATTR   OFF
  6. +
  7. + Sort the directories as a default by extension.
  8. +
  9. +SORT       T
  10. +
  11. + When using the \FIND command, put the results into a BAT file
  12. +
  13. +FINDFILE  c:\XLBAT.BAT
  14. +
  15. + When using PC-DOS, shrink XLIST to 16K by paging XLIST.EXE out to a disk
  16. + pointed to by the OVERLAY= environment parameter.  MEMORY set to zero
  17. + will free maximum amount of memory.
  18. +
  19. *OVERLAY   OFF
  20. *MEMORY    0
  21. +
  22. + The *TREE command will automatically load the directory tree when ON.
  23. +
  24. *TREE       OFF
  25. +
  26. + Turn the copyright statement ON | OFF the initial screen.
  27. +
  28. *LOGO       OFF
  29. +
  30. + Always use COMMAND.COM to execute programs when DOS is set ON.
  31. +
  32. *DOS       ON
  33. +
  34. + Size of the area to store previously entered directories.
  35. +
  36. *PATHSZ    200
  37. +
  38. + Logical command separator character.
  39. +
  40. *LINEEND   ~
  41. +
  42. + Number of directory entries (Maximum: 1000 NON-EMS)
  43. + The maximum is for EMS is determined by number of free 16K EMS pages.
  44. +
  45. *ENTRIES   200
  46. +
  47. + Reload the function keys from XLIST.PRO when found in a directory.
  48. + Maybe used to have different function keys per directory.
  49. +
  50. *PFREF       OFF
  51. +
  52. + When ON, DIRSAVE will save the status of the directory within  XLIST
  53. + to a disk file, i.e. XLIST.$$$, to be reloaded when the directory is
  54. + reentered.
  55. +
  56. *DIRSAVE   OFF
  57. +
  58. + Suppress SNOW on screen for CGA monitors by setting the RETRACE to ON.
  59. +
  60. *RETRACE   OFF
  61. +
  62. + Come up in the EGA 43-line mode for EGA monitors when EGA43 is ON.
  63. +
  64. *EGA43       OFF
  65. +
  66. + Reset the search argument to *.* when changing directories.
  67. +
  68. *DIRCLEAR  ON
  69. +
  70. + Don't even try to check for TOPVIEW when set OFF.  Some video drivers will
  71. + lockup if we try to check, such as the VIDEO7 drivers.
  72. +
  73. *TOPVIEW   OFF
  74. +
  75. + Amount of memory to use for COPY command buffers.
  76. +
  77. *BUFSIZE   30000
  78. +
  79. + Use the PC-DOS commands when disabled from XLIST
  80. +
  81. *DISABLE   RMDIR
  82. *DISABLE   MKDIR
  83. *DISABLE   CHDIR
  84. *DISABLE   DEL
  85. +
  86. + Set the function keys for the F1 thru F10 function keys
  87. +
  88. *PFKEYS 1 (DIR) /TREE
  89. *PFKEYS 2 (LOC) /FIND
  90. *PFKEYS 3 (END) /END
  91. *PFKEYS 4 (DSP) /DSPF
  92. *PFKEYS 5 (ARC) /EXP
  93. *PFKEYS 6 (DOS) DOS
  94. *PFKEYS 7 (/SD) /SD
  95. *PFKEYS 8 (/RD) /RD
  96. *PFKEYS 9 (/BD) /BD
  97. *PFKEYS 10 (TST) /c/oECHO XLIST Test of Macros ~/oECHO ─────────────────────────────~ECHO PATH= $P~/oECHO DOLLAR= $$~ECHO NAME= $N~ECHO EXT= $E~ECHO PATH+NAME= $F~ECHO FILENAME= $~ECHO DRIVE= $D~ECHO PATH&FNAME= $P\$~ECHO ARCHIVE= $A~pause
  98. +
  99. + Set the function keys for the Shift-F1 thru Shift-F10 function keys
  100. +
  101. *PFKEYS S1 (HEL) XHELP -TXLIST -HXLIST.HLP XLIST /O
  102. *PFKEYS S2 (KED) X $F
  103. *PFKEYS S3 (LIS) LIST $F
  104. *PFKEYS S4 (NCD) NCD /O
  105. *PFKEYS S5 (ARC) /EXP
  106. *PFKEYS S6 (DSP) /DSPF
  107. *PFKEYS S7 (/BD) /BD
  108. *PFKEYS S8 (/AP) /c/pTSRMAP
  109. *PFKEYS S9 (TRE) /TREE
  110. *PFKEYS S10 (CAN) /CAN
  111. +
  112. + Set the function keys for the Alt-F1 thru Alt-F10 function keys
  113. +
  114. *PFKEYS A1 (ALT) /o/cECHO ALT FUNCTION KEYS~pause
  115. *PFKEYS A2 (KED) X $F
  116. *PFKEYS A3 (LIS) LIST $F
  117. *PFKEYS A4 (LOC) /FIND
  118. *PFKEYS A5 (DOS) DOS
  119. *PFKEYS A6 (DSP) /DSPF
  120. *PFKEYS A7 (MAP) /MAP
  121. *PFKEYS A8 (TRE) /TREE
  122. *PFKEYS A9 (XCO) /FIND=XCOPY.EXE
  123. *PFKEYS A10 (PRO) /o/cX \XLIST\XLIST.PRO
  124. +
  125. + Set the function keys for the CNTL-F1 thru CNTL-F10 function keys
  126. +
  127. *PFKEYS C1 (CNT) /o/cECHO CNTL FUNCTION KEYS~pause
  128. *PFKEYS C2 (KED) X $F
  129. *PFKEYS C3 (LIS) LIST $F
  130. *PFKEYS C4 (LOC) /FIND
  131. *PFKEYS C5 (DOS) DOS
  132. *PFKEYS C6 (DSP) /DSPF
  133. *PFKEYS C7 (MAP) /MAP
  134. *PFKEYS C8 (TRE) /TREE
  135. *PFKEYS C9 (BAC) /BD
  136. *PFKEYS C10 (CAN) /CAN
  137. +
  138. + Set what to execute when <ENTER> based on different file extensions
  139. +
  140. *EXECUTE *.ZIP        /ZIP
  141. *EXECUTE *.ARC        /ARC
  142. *EXECUTE *.BAT        /EXE
  143. *EXECUTE *.EXE        /EXE
  144. *EXECUTE *.COM        /EXE
  145. *EXECUTE *        LIST $F
  146. *EXECUTE *.*        LIST $F
  147. +
  148. *EXECUTE-ZIP *.BAT    /cPKUNZIP -o $A %TEMP% $~%TEMP%$~ERASE %TEMP%$
  149. *EXECUTE-ZIP *.EXE    /cPKUNZIP -o $A %TEMP% $~%TEMP%$~ERASE %TEMP%$
  150. *EXECUTE-ZIP *.COM    /cPKUNZIP -o $A %TEMP% $~%TEMP%$~ERASE %TEMP%$
  151. *EXECUTE-ZIP *        /cPKUNZIP -o $A %TEMP% $~LIST %TEMP%$~ERASE %TEMP%$
  152. *EXECUTE-ZIP *.*    /cPKUNZIP -o $A %TEMP% $~LIST %TEMP%$~ERASE %TEMP%$
  153. +
  154. *EXECUTE-ARC *.BAT    /cPKXARC -r $A %TEMP% $~%TEMP%$~ERASE %TEMP%$
  155. *EXECUTE-ARC *.EXE    /cPKXARC -r $A %TEMP% $~%TEMP%$~ERASE %TEMP%$
  156. *EXECUTE-ARC *.COM    /cPKXARC -r $A %TEMP% $~%TEMP%$~ERASE %TEMP%$
  157. *EXECUTE-ARC *        /cPKXARC -r $A %TEMP% $~LIST %TEMP%$~ERASE %TEMP%$
  158. *EXECUTE-ARC *.*    /cPKXARC -r $A %TEMP% $~LIST %TEMP%$~ERASE %TEMP%$
  159. +
  160. + Set the function keys for the F1 thru F10 function keys (for .ZIP directories)
  161. +
  162. *PFKEYS-ZIP 1 (HEL) XHELP -TXLIST -HXLIST.HLP XLIST /O
  163. *PFKEYS-ZIP 2 (KED) /CPKUNZIP -o $A %TEMP% $~X %TEMP%$~PKZIP -U $A %TEMP%$~ERASE %TEMP%$
  164. *PFKEYS-ZIP 3 (LIS) /cPKUNZIP -o $A %TEMP% $~LIST %TEMP%$~ERASE %TEMP%$
  165. *PFKEYS-ZIP 4 (DEL) /CPKZIP -D $A $
  166. *PFKEYS-ZIP 5 (EXT) /CPKUNZIP -o $A $
  167. *PFKEYS-ZIP 6 (VIE) /CPKUNZIP -cm $A $~PAUSE
  168. *PFKEYS-ZIP 7 (PRT) /CPKUNZIP -P $A $
  169. *PFKEYS-ZIP 8 (TRE) /TREE
  170. *PFKEYS-ZIP 9 (BAC) /BD
  171. *PFKEYS-ZIP 10 (CAN) /CAN
  172. *PFKEYS-ZIP S1 (TST) /c/oECHO XLIST Test of Macros ~/oECHO ─────────────────────────────~ECHO PATH= $P~/oECHO DOLLAR= $$~ECHO NAME= $N~ECHO EXT= $E~ECHO PATH+NAME= $F~ECHO FILENAME= $~ECHO DRIVE= $D~ECHO PATH&FNAME= $P\$~ECHO ARCHIVE= $A~pause
  173. +
  174. + Set the function keys for the F1 thru F10 function keys (for .ARC directories)
  175. +
  176. *PFKEYS-ARC 1 (HEL) XHELP -TXLIST -HXLIST.HLP XLIST /O
  177. *PFKEYS-ARC 2 (KED) /CPKXARC -R $A %TEMP% $~X %TEMP%$~PKARC U $A %TEMP%$~ERASE %TEMP%$
  178. *PFKEYS-ARC 3 (LIS) /cPKXARC -R $A %TEMP% $~LIST %TEMP%$~ERASE %TEMP%$
  179. *PFKEYS-ARC 4 (DEL) /CPKARC D $A $
  180. *PFKEYS-ARC 5 (EXT) /CPKXARC -R $A $
  181. *PFKEYS-ARC 6 (VIE) /CPKXARC -C $A $~PAUSE
  182. *PFKEYS-ARC 7 (PRT) /CPKXARC -P $A $
  183. *PFKEYS-ARC 8 (TRE) /TREE
  184. *PFKEYS-ARC 9 (BAC) /BD
  185. *PFKEYS-ARC 10 (CAN) /CAN
  186. *PFKEYS-ARC S1 (TST) /c/oECHO XLIST Test of Macros ~/oECHO ─────────────────────────────~ECHO PATH= $P~/oECHO DOLLAR= $$~ECHO NAME= $N~ECHO EXT= $E~ECHO PATH+NAME= $F~ECHO FILENAME= $~ECHO DRIVE= $D~ECHO PATH&FNAME= $P\$~ECHO ARCHIVE= $A~pause
  187.